@inproceedings{10.1145/1807167.1807182, author = {Jin, Changjiu and Bhowmick, Sourav S. and Xiao, Xiaokui and Cheng, James and Choi, Byron}, title = {GBLENDER: Towards Blending Visual Query Formulation and Query Processing in Graph Databases}, year = {2010}, isbn = {9781450300322}, publisher = {Association for Computing Machinery}, address = {New York, NY, USA}, url = {https://doi.org/10.1145/1807167.1807182}, doi = {10.1145/1807167.1807182}, abstract = {Given a graph database D and a query graph g, an exact subgraph matching query asks for the set S of graphs in D that contain g as a subgraph. This type of queries find important applications in several domains such as bioinformatics and chemoinformatics, where users are generally not familiar with complex graph query languages. Consequently, user-friendly visual interfaces which support query graph construction can reduce the burden of data retrieval for these users. Existing techniques for subgraph matching queries built on top of such visual framework are designed to optimize the time required in retrieving the result set S from D, assuming that the whole query graph has been constructed. This leads to sub-optimal system response time as the query processing is initiated only after the user has finished drawing the query graph.In this paper, we take the first step towards exploring a novel graph query processing paradigm, where instead of processing a query graph after its construction, it interleaves visual query construction and processing to improve system response time. To realize this, we present an algorithm called GBLENDER that prunes false results and prefetches partial query results by exploiting the latency offered by the visual query formulation. It employs a novel action-aware indexing scheme that exploits users' interaction characteristics with visual interfaces to support efficient retrieval. Extensive experiments on both real and synthetic datasets demonstrate the effectiveness and efficiency of our solution.}, booktitle = {Proceedings of the 2010 ACM SIGMOD International Conference on Management of Data}, pages = {111–122}, numpages = {12}, keywords = {infrequent subgraphs, graph databases, graph indexing, prefetching, frequent subgraphs, visual query formulation}, location = {Indianapolis, Indiana, USA}, series = {SIGMOD '10} }